PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLinkAnnotation Class / setDestination Method
The destination that specifies what page should be displayed when the link is clicked.
In This Topic
    setDestination Method
    In This Topic
    Sets the link destination.
    and are mutually exclusive, when one is set, the other is reset.
    Syntax
    public void setDestination( 
       PDFDestination destination
    )

    Parameters

    destination
    The destination that specifies what page should be displayed when the link is clicked.
    See Also